home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
chunky_lib.lha
/
Chunky
/
FillChunky32Z.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-07
|
315 b
|
20 lines
; FillChunky32Z(dst:a0:PTR TO chunky,colour:d0:LONG,z:fp0:F)
machine mc68020
fpu 1
xdef _FillChunky32Z
_FillChunky32Z
move.l d2,-(a7)
fmove.s fp0,d1
move.l (4,a0),d2
muls.l (a0),d2
move.l (8,a0),a1
move.l (12,a0),a0
.loop move.l d0,(a1)+
move.l d1,(a0)+
subq.l #1,d2
bgt.s .loop
move.l (a7)+,d2
rts